const crypto/tls.signatureRSAPSS

11 uses

	crypto/tls (current package)
		auth.go#L53: 	case signatureRSAPSS:
		auth.go#L128: 		sigType = signatureRSAPSS
		common.go#L216: 	signatureRSAPSS
		handshake_client.go#L814: 			if sigType == signatureRSAPSS {
		handshake_client.go#L1254: 		case signatureRSAPSS, signaturePKCS1v15:
		handshake_client_tls13.go#L791: 	if sigType == signatureRSAPSS {
		handshake_server_tls13.go#L867: 	if sigType == signatureRSAPSS {
		handshake_server_tls13.go#L873: 		if rsaKey, ok := public.(*rsa.PublicKey); ok && sigType == signatureRSAPSS &&
		key_agreement.go#L208: 		if (sigType == signaturePKCS1v15 || sigType == signatureRSAPSS) != ka.isRSA {
		key_agreement.go#L212: 		if sigType == signatureRSAPSS {
		key_agreement.go#L347: 		if (sigType == signaturePKCS1v15 || sigType == signatureRSAPSS) != ka.isRSA {